home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-04-20 | 7.7 KB | 181 lines | [TEXT/ttxt] |
- -- Xtra Name Mapping --
- -- Copyright 1997 Macromedia, Inc.
- -- $Revision: 22 $
- --
- --
- -- PURPOSE
- --
- -- Director refers to this file when you create a projector.
- -- This file is a master list of Xtras and their related filenames.
- --
- -- The typical Xtra has a different filename for each operating system
- -- it runs on, therefore Director uses this file to spell out each of
- -- those filenames.
- --
- -- Director maintains a list of Xtras required by a given movie.
- -- That customized list is stored inside the movie file itself.
- --
- -- This file only provides a simple way for Director to know the
- -- filenames of various versions (Mac, Windows, etc.) of a given Xtra.
- --
- --
- --
- -- BACKGROUND
- --
- -- Director keeps track of which Xtras your movie requires by
- -- information in the Modify-->Movie-->Xtras menu command. You can
- -- add and remove Xtras using this menu command.
- --
- -- Additionally, Director will automatically add asset Xtras to the list
- -- whenever you use the Insert menu command to create a new castmember.
- -- If you Insert a castmember which is being provided by an Xtra, Director
- -- will automatically add that Xtra to the movie's Xtra list.
- --
- -- As a safety measure, Director will NOT automatically remove items
- -- from the movie's list of Xtras. When you delete all of the castmembers
- -- created by a specific Xtra, this does *not* cause Director to remove the
- -- name of the Xtras from the Modify-->Movie-->Xtras settings.
- --
- -- Remember, for any given movie, this information is stored inside
- -- the movie file itself.
- --
- -- To remove items from the list, you must do so manually, using the
- -- Modify-->Movie-->Xtras menu command.
- --
- --
- --
- -- DESCRIPTION
- --
- -- Each line is a record describing one Xtra.
- --
- -- The typical Xtra has a different filename for each operating system
- -- it runs on, therefore each record contains multiple fields to
- -- spell out each of those filenames.
- --
- -- Records are formatted using the syntax of a Lingo property list.
- --
- -- Example:
- --
- -- [#namePPC:"PPCXtra", #name68K: "68KXtra", #nameW32:"Win32Xtra.x32",
- -- #nameW16:"Win16.x16", #type:#lingo]
- --
- --
- -- Any line beginning with -- or ; is a comment, and will be ignored.
- --
- --
- -- PROPERTIES --
- -- The following are the properties for each Xtra.
- --
- -- For the Mac, Xtras should be one of the following (but not both):
- -- a) FAT
- -- b) separate 68K and/or PPC versions
- --
- -- #name68K: - filename for the Macintosh 68K version.
- -- #namePPC: - filename for the PowerMac version.
- -- #nameFAT: - filename for the Macintosh FatBinary version.
- -- #nameW16: - filename for the Win16 version.
- -- #nameW32: - filename for the Win32 version.
- --
- -- #type: - following types are recognized.
- -- #asset - a sprite or transition Xtra.
- -- #lingo - a Lingo xtra.
- -- #mix - a MIX import/export Xtra.
- -- #mixin - a MIX import/export Xtra. Automatically included
- -- in projectors whenever "Check Movies for Xtras" is selected in
- -- the projector options dialog.
- -- #net - a network Xtra. Needed for network access.
- -- #netlib - network winsock library.
- -- #service - the MIX services Xtra. Required by MIX Xtras.
- --
- --
- ; ** Director 6 Standard Set **
- ;
- ; Network Services
- [#namePPC:"GIF Import",#name68K:"GIF Import 68k",#nameW32:"GIF Import.x32",#nameW16:"mixgif.x16",#type:#net]
- [#namePPC:"INetUrl PPC Xtra",#nameW32:"INETURL.X32",#nameW16:"INETURL.X16",#type:#net]
- [#namePPC:"JPEG Import",#name68k:"JPEG Import 68k",#nameW32:"JPEG Import.x32",#nameW16:"mixjpeg.x16",#type:#net]
- [#namePPC:"NetFile PPC Xtra",#name68K:"NetFile 68K Xtra",#nameW32:"NETFILE.X32",#nameW16:"NETFILE.X16",#type:#net]
- [#namePPC:"NetLingo PPC Xtra",#name68K:"NetLingo 68K Xtra",#nameW32:"Netlingo.x32",#nameW16:"Netlingo.x16",#type:#net]
- [#namePPC:"NetManage WinSock Lib",#type:#netlib]
- ;
- ; MIX Services
- [#nameFAT:"Mix Services",#nameW32:"mix32.x32",#nameW16:"mix16.x16",#type:#service]
- ;
- ; MIX Importers
- [#nameFAT:"BMP Import Export",#nameW32:"BMP Import Export.x32",#nameW16:"mixbmp.x16",#type:#mix]
- [#namePPC:"GIF Import",#name68K:"GIF Import 68k",#nameW32:"GIF Import.x32",#nameW16:"mixgif.x16",#type:#mix]
- [#namePPC:"JPEG Import",#name68k:"JPEG Import 68k",#nameW32:"JPEG Import.x32",#nameW16:"mixjpeg.x16",#type:#mix]
- [#nameFAT:"LRG Import Export",#nameW32:"LRG Import Export.x32",#nameW16:"mixlrg.x16",#type:#mix]
- [#nameFAT:"MacPaint Import",#nameW32:"MacPaint Import.x32",#nameW16:"mixmcpnt.x16",#type:#mix]
- [#nameFAT:"Palette Import",#nameW32:"Palette Import.x32",#nameW16:"mixpal.x16",#type:#mix]
- [#nameFAT:"Photoshop 3.0 Import",#nameW32:"Photoshop 3.0 Import.x32",#nameW16:"mixps30.x16",#type:#mix]
- [#nameFAT:"Photoshop CLUT Import",#nameW32:"Photoshop CLUT Import.x32",#nameW16:"mixclut.x16",#type:#mix]
- [#nameFAT:"PNG Import Export",#nameW32:"PNG Import Export.x32",#nameW16:"mixpng.x16",#type:#mix]
- [#namePPC:"Sound Import Export",#name68k:"Sound Import Export 68k",#nameW32:"Sound Import Export.x32",#nameW16:"mixsound.x16",#type:#mixin]
- [#namePPC:"SWA Decompression PPC Xtra",#name68K:"SWA Decompression 68K Xtra",#nameW32:"swadcmpr.x32",#nameW16:"swadcmpr.x16",#type:#mixin]
- [#namePPC:"SWA Import",#name68k:"SWA Import 68k",#nameW32:"SWA Import.x32",#nameW16:"mixswa.x16",#type:#mix]
- [#namePPC:"SWA Streaming PPC Xtra",#name68K:"SWA Streaming 68K Xtra",#nameW32:"SWASTRM.X32",#nameW16:"SWASTRM.x16",#type:#mixin]
- [#nameFAT:"Targa Import Export",#nameW32:"Targa Import Export.x32",#nameW16:"mixtarga.x16",#type:#mix]
- [#nameFAT:"TIFF Import Export",#nameW32:"TIFF Import Export.x32",#nameW16:"mixtiff.x16",#type:#mix]
- ;
- ;
- ; ** Misc **
- ;
- ; Custom Cursor
- [#namePPC:"CursorsPPC", #nameW32:"Cursor.x32", #type:#asset]
- ;
- ; Flash Asset
- [#namePPC:"Flash Asset PPC", #nameW32:"Flash Asset.x32", #type:#asset]
- ;
- ; QT3
- [#namePPC:"QuickTime Asset PPC", #nameW32:"QuickTime Asset.x32", #type:#asset]
- ;
- ; QuickDraw 3D
- [#namePPC:"QuickDraw 3D Xtra", #nameW32:"QD3DXtra.x32", #type:#asset]
- ;
- ; QuicktimeVR
- [#nameFAT:"QTVRXtra", #nameW32:"QTVRW32.x32", #nameW16:"QTVRW.x16", #type:#lingo]
- ;
- ; Button Editor
- [#nameFAT:"Button Editor", #nameW32:"Buttoned.x32", #nameW16:"Buttoned.x16", #type:#asset]
- ;
- ; FileIO
- [#nameFAT:"FileIOXtraFat", #nameW32:"FILEIO.X32", #nameW16:"FILEIO16.X16", #type:#lingo]
- ;
- ; Following are examples from the first version of the XDK
- [#nameFAT:"BeepFat", #nameW32:"Beep.x32", #nameW16:"Beep16.x16", #type:#lingo]
- [#nameFAT:"ovalspriteFat", #nameW16:"oval16.x16", #nameW32:"oval32.x32", #type:#asset]
- ;
- ;
- ;
- ;
- ; ** Third Party **
- ;
- ; PrintOMatic Lite from g/matter, inc.
- ; http://www.gmatter.com/
- [#nameFAT:"PrintOMatic Lite", #nameW32:"POMLITE.x32", #nameW16:"POMLITE.x16", #type:#lingo ]
- ;
- ; PopMenu from g/matter, inc.
- ; http://www.gmatter.com/
- [#nameFAT:"PopMenu Xtra¬", #nameW32:"POPMENU.X32", #nameW16:"POPMENU.X16", #type:#lingo ]
- ;
- ; V12-DBE for Director by Integration New Media, Inc.
- ; http://www.integration.qc.ca/
- [#nameFAT:"V12-DBE for Director.Xtr", #nameW32:"V12-DBE for Director.X32", #nameW16:"V12-DBE for Director.X16", #type:#lingo]
- ;
- ; ShockTalk by Digital Dreams
- ; http://www.surftalk.com/
- [#nameFAT:"ShockTalk", #nameW32:"ShockTalk.x32", #type:#lingo]
- ;
- ; MathXtras by Maxwell Technologies
- ; http://www.maxwell.com/
- [#nameFAT:"MXCalcSpriteFat", #nameW32:"MXcalc32.x32", #nameW16:"MXcalcPO.x16", #type:#asset]
- [#nameFAT:"MXCntrSpriteFat", #nameW32:"MXcntr32.x32", #nameW16:"MXcntrPO.x16", #type:#asset]
- [#nameFAT:"MXEquatSpriteFat", #nameW32:"MXeqat32.x32", #nameW16:"MXeqatPO.x16", #type:#asset]
- [#nameFAT:"MXGraphSpriteFat", #nameW32:"MXGraph32.x32", #nameW16:"MXgrphPO.x16", #type:#asset]
- [#nameFAT:"MXSliderSpriteFat", #nameW32:"MXsldr32.x32", #nameW16:"MXsldrPO.x16", #type:#asset]
- [#nameFAT:"MXSpeedoSpriteFat", #nameW32:"MXsped32.x32", #nameW16:"MXspedPO.x16", #type:#asset]
- [#nameFAT:"MXTableSpriteFat", #nameW32:"MXtabl32.x32", #nameW16:"MXtablPO.x16", #type:#asset]
- ;
- ;
-